descriptorsize

@get:JvmName(name = "getDescriptorsize")
@set:JvmName(name = "setDescriptorsize")
var descriptorsize: Nanopb.DescriptorSize
Select the size of field descriptors. This option has to be defined
for the whole message, not per-field. Usually automatic selection is
ok, but if it results in compilation errors you can increase the field
size here.

optional .DescriptorSize descriptorsize = 20 [default = DS_AUTO];